home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / color.dxr / 00044.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  162 b   |  7 lines

  1. on mouseUp me
  2.   if the blend of sprite 39 = 100 then
  3.     sprite(30).visible = not sprite(30).visible
  4.     sprite(31).visible = not sprite(31).visible
  5.   end if
  6. end
  7.